From: Eric S. Raymond Date: Fri, 19 Mar 1993 21:48:09 +0000 (+0000) Subject: Make sure that when new keywords are compiled, we see them X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96789 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3688bf227c4ee1273d0ac3252e49d67f38148379;p=emacs.git Make sure that when new keywords are compiled, we see them immediately. --- diff --git a/lisp/finder.el b/lisp/finder.el index 6eb8c1880ab..5be96e85b21 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -121,6 +121,7 @@ arguments compiles from `load-path'." (or dirs load-path)) (insert "))\n\n(provide 'finder-inf)\n") (kill-buffer "*finder-scratch*") + (eval-current-buffer) ;; So we get the new keyword list immediately (basic-save-buffer) )))